-
Notifications
You must be signed in to change notification settings - Fork 411
Fix download link in README for ClaraVerse #219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…g files and update log messages
- Implement retry endpoint for failed document processing - Add content preservation during upload for retry capability - Include comprehensive error handling and validation - Support LightRAG cache-based resume functionality - Add DocumentRetryResponse model and proper status management
…try functionality, and new features - Implement test script for document content persistence to verify storage and retry capabilities. - Create frontend integration test for retry functionality, checking UI elements and service methods. - Develop test suite for new features including chat history, document summaries, query templates, and improved citations. - Ensure robust error handling and logging throughout the tests for better debugging and validation.
…nhanced image management
…st streaming mode handling
…in Clara Assistant
…on, progress tracking, and enhanced error recovery - Added ClaraAgentExecutionService to handle autonomous agent task execution. - Introduced TaskStep and ExecutionPlan interfaces for multi-step execution. - Enhanced AgentExecutionConfig with new parameters for self-correction and task decomposition. - Implemented real-time logging and execution history tracking. - Created test suite for Agent Executor node integration in the Agent Studio workflow system. - Validated execution results with basic scoring and suggestions for improvement.
- Implemented a new node definition for ComfyUI Image Generator, allowing users to generate images with customizable parameters. - Created a service to handle connections and image generation requests to ComfyUI. - Enhanced OutputNode and AgentRunnerSDK components to support displaying generated images. - Updated AgentStudio to include the new ComfyUI Image Generator in the available nodes. - Added helper functions for base64 image detection and rendering in the UI.
…on history - Added Tasks component for managing scheduled tasks, including enabling/disabling, viewing execution history, and deleting tasks. - Created ClaraSchedulerService to handle background execution of scheduled tasks with lifecycle management. - Developed SchedulerIPCClient for UI interaction with the scheduler running in the main process. - Implemented SchedulerStorageService for managing scheduled tasks and execution results in local database. - Added functionality for calculating next run times and managing task execution logs. - Introduced a backup of the Tasks component for version control.
… newline at end of claraApiService
- Updated FlowWidget to improve user experience when no inputs are detected. - Added a centered run button for executing flows without inputs. - Introduced a reset button for re-running flows after execution. - Modified logic to check if flow can be executed based on input requirements. - Cleaned up unused imports in FlowWidget component. chore: Initialize Go module and add Playwright dependency - Created go.mod and go.sum files for Go module management. - Added Playwright as a dependency for browser automation. feat: Implement PlaywrightManager for browser automation - Developed PlaywrightManager to handle browser automation with Playwright. - Added methods for downloading browsers, fetching content, and managing user data directories. - Implemented error handling and logging for browser operations. feat: Add SVG asset for ModelContextProtocol - Introduced mcp.svg asset for visual representation of ModelContextProtocol.
…updates Major Features: - MCP Autonomy for agents with full PC task automation - Speech capabilities for agents - Scheduled automation with high reliability - Improved RAG performance with redesigned UI - Enhanced chat input and voice UX - Background task automation and monitoring This release makes automation practical, reliable, and personal.
…ux GPU-specific folders
…r components - Updated llama-optimizer, python-mcp-server, and widgets-service binaries for Linux. - Improved user instructions in ClaraAssistant for better clarity. - Adjusted padding in ClaraSidebar for a more consistent layout and improved user experience. - Increased string truncation limits in claraMemoryService to accommodate larger results.
… management - Added state management for Clara sidebar expansion in ClaraAssistant to ensure proper time alignment in the Topbar. - Updated Topbar to accept and utilize the sidebar expanded state for dynamic positioning. - Modified ClaraSidebar to notify parent components of expanded state changes, improving overall user experience.
…omponents - Added token validation logic in ClaraAgentService and ClaraChatService to improve accuracy of token counts. - Updated ClaraMessage metadata to include token validation details for better UI representation. - Enhanced MessageMetadata component to display token validation information. - Adjusted styles and positioning in ClaraAssistantChatWindow for improved user experience.
…d AI configuration fallback - Updated ClaraSweetMemory component to adjust extraction timeout dynamically based on token speed. - Introduced a fallback AI configuration to ensure memory extraction continues even without provided settings. - Removed the token speed threshold check, allowing processing regardless of speed while adjusting timeout accordingly. - Enhanced memory extraction schema comments for clarity and maintained compatibility with the universal Clara API approach. - Updated memoryConfig to reflect changes in timeout handling and token speed usage.
…board - Updated ClaraAssistant to manage memory settings, allowing users to enable or disable memory learning. - Enhanced ClaraSweetMemory component with new methods for updating and deleting memory fields. - Implemented smart summary generation based on user memory data, with caching for improved performance. - Improved ClaraBrainDashboard to support memory management features, including editing and deleting memory cards. - Adjusted UI components for better user experience and added markdown support for displaying summaries.
…ndency management
…ttings files for fullscreen startup preference; refactor startup settings management for improved consistency
…ations, improve constraint-aware implementation guidelines, and add message formatting info for better user interaction
…and enhance autonomous agent logic for task completion verification
…omousAgent configurations for enhanced task completion validation
… and text rendering in createPDF function
…us messages and improved visual feedback during processing
… enhance message bubble rendering and processing indicator
…; modify App component to remove animation from processing indicator
…PService to utilize HTTP API for MCP interactions
… LumaUI; enhance project management with new build and grep tools
Force webContents to explicitly receive focus after all window focus operations to fix a critical bug where input boxes would not respond to user clicks despite the window being focused. Applied to multiple scenarios including second instance launch, window restore from minimize, tray interactions, application activation (macOS), and startup sequences. Includes dedicated event handlers for focus and restore events.
… opening Implement comprehensive loading state management and visual feedback during project initialization: - Create ProjectLoadingOverlay component with phase-based progress indicator - Refactor handleProjectSelect to use phased loading (cleanup, loading-files, mounting-ui, initializing-monaco) - Add onEditorReady callback to Monaco editor for readiness signaling - Prevent auto-start until files are loaded and editor is ready - Add error handling and fallback timeout for loading states - Fix race condition where wrong project files could briefly display This improvement provides better user feedback during the multi-step project loading process and prevents premature auto-start behavior.
Split useEffect hooks to separate project loading from manager page display logic for better control flow. Implemented auto-start functionality that detects when project loading completes and automatically starts the project preview with a 300ms delay to ensure the loading overlay is fully dismissed. Uses refs to track loading state transitions and prevent duplicate auto-starts.
…lay to edit mode Add automatic layout trigger when switching to editor mode to ensure Monaco editor properly re-renders after being hidden in play mode. This includes synchronizing the right panel state and dispatching a resize event with a 100ms delay to allow the editor to become visible before triggering the layout update.
…pping and error handling - Added WorkflowExecutor class to manage workflow execution using ClaraFlowRunner. - Implemented methods for executing workflows, mapping inputs/outputs, and injecting environment configurations. - Introduced validation for workflows to ensure proper structure and prevent circular dependencies. - Enhanced ClaraFlowRunner with support for agent executor nodes and improved handling of LLM calls. - Removed outdated Enhanced PDF Processing documentation as part of the refactor.
… checks and error handling
…d logging for Docker and Native installations
…age.json; modify permission handling in electron main process for improved URL validation
…hance workspace directory handling in Python MCP server and electron main process for improved configuration management
Updated the download link for the latest release.
d4661e6 to
756a93c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated the download link for the latest release.